ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartSeries<T> Class / ChartType Property

In This Topic
    ChartType Property (ChartSeries<T>)
    In This Topic
    Gets or sets the chart type for a specific series, overriding the chart type set on the overall chart.
    Syntax
    'Declaration
     
    
    Public Property ChartType As Nullable(Of ChartType)
    public Nullable<ChartType> ChartType {get; set;}
    See Also